-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve invsee gui & add support for some modded inventories #185
Conversation
Signed-off-by: Lyfts <[email protected]>
Signed-off-by: Lyfts <[email protected]>
it's missing galacticraft inventory, but that will do it for now |
If i shift click my cutter on the screen, i crash clientside If i move the item normally, it works well. Testing this PR through 2.1.20-pre |
Signed-off-by: Lyfts <[email protected]>
Signed-off-by: Lyfts <[email protected]>
Warning: 2 uncommitted changes |
Signed-off-by: Lyfts <[email protected]>
Signed-off-by: Lyfts <[email protected]>
Signed-off-by: Lyfts <[email protected]>
Signed-off-by: Lyfts <[email protected]>
Signed-off-by: Lyfts <[email protected]>
Signed-off-by: Lyfts <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code and functionality looks great! Bonus points for adding backhand support to the main tab in a follow-up PR 😉
This aims to make invsee (or
/inv view
) feel more a lot more polished and replaces the old barebones ui completely.Also adds support for a few modded inventories and currently supports the following inventories:
Main & Ender chest,
Battlegear,
Baubles (Extended),
Galacticraft,
Adventure Backpacks (only "worn" backpacks, can't update live),
MC Backpacks (only "personal" backpack, can't update live),
Tinkers knapsack & accessories.
All of these work for both online & offline players.
Note that if you use
/inv view
on yourself the player inventory will not live-update, but it does update correctly when used on other players.Closes #184